home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / f3iaumap.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.2 KB  |  54 lines

  1.  
  2. // JavaScript wrapper for f3iaumap.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IAUNMAP_H = 1;
  7. include("real/intact/r3iacons.js")
  8.  
  9.  
  10. var R3CLID_IAUNMAP = 644;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3IAUNMAPA_MapType = 644500;
  19. function SetR3IAUNMAPA_MapType(value) {
  20.   R3Set(this.r3obj, R3IAUNMAPA_MapType, value, R3TID_INTEGER, 0); 
  21. }
  22.  
  23. function GetR3IAUNMAPA_MapType() {
  24.   return R3Get(this.r3obj, R3IAUNMAPA_MapType, R3TID_INTEGER, 0); 
  25. }
  26.  
  27. R3IAUNMAPA_SubLattices = 644501;
  28. function SetR3IAUNMAPA_SubLattices(value) {
  29.   R3Set(this.r3obj, R3IAUNMAPA_SubLattices, value, R3TID_INTEGER, 0); 
  30. }
  31.  
  32. function GetR3IAUNMAPA_SubLattices() {
  33.   return R3Get(this.r3obj, R3IAUNMAPA_SubLattices, R3TID_INTEGER, 0); 
  34. }
  35.  
  36. var R3IAUNMAPA_SubObjects = 644502; // Boolean
  37.  
  38.  
  39. function r3Iaunmap () { 
  40.    this.base = r3God;
  41.    if(arguments.length) {
  42.       this.base(R3CLID_IAUNMAP, arguments);
  43.    }
  44.    // Methods
  45.  
  46.    // Attributes
  47.    this.GetMapType=GetR3IAUNMAPA_MapType;
  48.    this.SetMapType=SetR3IAUNMAPA_MapType;
  49.    this.GetSubLattices=GetR3IAUNMAPA_SubLattices;
  50.    this.SetSubLattices=SetR3IAUNMAPA_SubLattices;
  51. }
  52.  
  53. r3Iaunmap.prototype=new r3Iaconstructor;
  54. // f3iaumap.h_H